radio checked css

35

/* Radio element, when checked */
input[type="radio"]:checked {
  box-shadow: 0 0 0 3px orange;
}

Comments

Submit
0 Comments